home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / src / Makefile < prev    next >
Makefile  |  1992-07-14  |  911b  |  33 lines

  1. #
  2. # Copyright (C) 1991 Texas Instruments Incorporated.
  3. #
  4. # Permission is granted to any individual or institution to use, copy, modify,
  5. # and distribute this software, provided that this complete copyright and
  6. # permission notice is maintained, intact, in all copies and supporting
  7. # documentation.
  8. #
  9. # Texas Instruments Incorporated provides this software "as is" without
  10. # express or implied warranty.
  11. #
  12.  
  13. include ../Makedefs
  14. include Makedefs
  15.  
  16. #
  17. # The ordering of these subdirectories is important.  Classes depended on
  18. # should come prior in the list.
  19. #
  20. # shared has all the objects from the classes compiled with -pic.
  21.  
  22. SUBDIRS = Bit_Set Complex Random Rational String \
  23.           Date_Time Pair Range Regexp Gen_String \
  24.       Bignum Vector List Stack Queue \
  25.       Matrix Association Hash_Table Set Tree \
  26.       Iterator \
  27.       Property Handle Envelope Transform \
  28.       examples \
  29.       shared 
  30.  
  31.  
  32. include ../Makedirstargs
  33.